

.jumpToSel{
    line-height: 1;
    height: 34px;
    padding: 3px 12px !important;
    background: #FFF;
}
.jumpToSel input:first-child{
    width: 32px;
    margin:auto 2px;
    border:1px solid #e1e1e1;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.jumpToSel input:last-child{
    border:none;
    background: #48af9c;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.jumpToSel:hover{
    background:none;
}
.jumpToSel input{
   /* height: 20px;*/
}
.pagination .page_num{
    max-width: 51px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pagination .page_current{
    max-width: 74px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
